x86: fix comment on super page alignment requirement
authorWei Liu <wei.liu2@citrix.com>
Fri, 28 Sep 2018 08:39:57 +0000 (09:39 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 28 Sep 2018 17:07:54 +0000 (18:07 +0100)
commita917d607e23dea06d3f82955d421a4eb53e41a4a
tree56f9042098dfd4aa297b63034c99a64bb3a5d1c0
parentb6417fc19fba57c8d23180d2efda568d8eb78d80
x86: fix comment on super page alignment requirement

BOOTSTRAP_DIRECTMAP_END is gone. The comment in question should refer
to BOOSTRAP_MAP_BASE and 4GB instead.

Move the entire comment block to where it belongs -- immediately
before the loop which does the things said in the comment.

Remove two trailing spaces while at it.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/setup.c